Vcenter Phm HardwareSupportManagers ManagedHosts ListResult
The Vcenter Phm HardwareSupportManagers ManagedHosts ListResult schema contains a list of managed hosts stored by proactive hardware management, see GET /vcenter/phm/hardware-support-managers/{key}/managed-hosts.
This schema was added in vSphere API 8.0.3.0.
{
"managed_hosts": [
"string"
]
}
All managed hosts stored at PHM side.
This property was added in vSphere API 8.0.3.0.
When clients pass a value of this schema as a parameter, the property must contain identifiers for the resource type: HostSystem
. When operations return a value of this schema as a response, the property will contain identifiers for the resource type: HostSystem
.